js 获取选中文字 /*获取选中的文字*/var _getSelectedText = function() { if (window.getSelection) { return window.getSelectio ...